(WINS_BASIC): Remove cedet.
authorEli Zaretskii <eliz@gnu.org>
Fri, 2 Oct 2009 12:18:59 +0000 (12:18 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 2 Oct 2009 12:18:59 +0000 (12:18 +0000)
(WINS_CEDET): Add cedet.
(update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).

lisp/makefile.w32-in

index 99511f4544d7ea69a08ffbf5529d8d593a1f0eed..42fd0061b5f47ce10f20283612cb1eab303a4ae8 100644 (file)
@@ -84,6 +84,7 @@ emacs = "$(EMACS)" $(EMACSOPT)
 
 # Have to define the list of subdirs manually when not using sh.
 WINS_CEDET=\
+       cedet \
        cedet/ede \
        cedet/semantic \
        cedet/srecode
@@ -91,7 +92,6 @@ WINS_CEDET=\
 WINS_BASIC=\
        calc \
        calendar \
-       cedet \
        emacs-lisp \
        emulation \
        erc \
@@ -215,7 +215,7 @@ update-subdirs-CMD: doit
 
 update-subdirs-SH: doit
        $(srcdir)/update-subdirs $(lisp); \
-       for file in $(WINS); do \
+       for file in $(WINS_SUBDIR); do \
           $(srcdir)/update-subdirs $$file; \
        done;